PDF4Java Reference Documentation
com.o2sol.pdf4java.core.collections Package / Collection<T> Class / add Method / add(T) Method
Object to add to the collection.
In This Topic
    add(T) Method
    In This Topic
    Adds an object to the collection.
    Syntax
    public boolean add( 
       T item
    )

    Parameters

    item
    Object to add to the collection.

    Return Value

    True.
    See Also